home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Newswatcher 2.0b22 / inn-xpat-patch.txt next >
Encoding:
Text File  |  1994-12-05  |  714 b   |  24 lines  |  [ttro/ttxt]

  1. *** 1.1 1993/06/07 18:56:56
  2. --- article.c   1993/06/07 18:57:41
  3. ***************
  4. *** 1,4 ****
  5. ! /*  $Revision: 1.1 $
  6.   **
  7.   **  Article-related routines.
  8.   */
  9. --- 1,4 ----
  10. ! /*  $Revision: 1.2 $
  11.   **
  12.   **  Article-related routines.
  13.   */
  14. ***************
  15. *** 1080,1086 ****
  16.         }
  17.   
  18.       Printf("%d %s matches follow.\r\n", NNTP_HEAD_FOLLOWS_VAL, header);
  19. !     for (pattern = Glom(&av[3]), i = range.Low; i < range.High; i++) {
  20.         if (ARTfind(i) < 0)
  21.             continue;
  22.   
  23. --- 1080,1086 ----
  24.         }